home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 May / PCWorld_2000-05_cd.bin / Software / TemaCD / povray / povwin3.exe / %MAINDIR% / Insert Menu / Light sources / Point light.txt < prev    next >
Encoding:
Text File  |  2000-04-06  |  190 b   |  8 lines

  1. // create a regular point light source
  2. light_source
  3. {
  4.   0*x // light's position (translated below)
  5.   color red 1.0  green 1.0  blue 1.0  // light's color
  6.   translate <-20, 40, -20>
  7. }
  8.